﻿2026-06-15T13:55:36.3954400Z ##[group]Run actions/checkout@v5
2026-06-15T13:55:36.3955011Z with:
2026-06-15T13:55:36.3955209Z   fetch-depth: 0
2026-06-15T13:55:36.3955501Z   repository: SaberMage/spt-core
2026-06-15T13:55:36.3957877Z   token: ***
2026-06-15T13:55:36.3958071Z   ssh-strict: true
2026-06-15T13:55:36.3958285Z   ssh-user: git
2026-06-15T13:55:36.3958480Z   persist-credentials: true
2026-06-15T13:55:36.3958720Z   clean: true
2026-06-15T13:55:36.3958924Z   sparse-checkout-cone-mode: true
2026-06-15T13:55:36.3959142Z   fetch-tags: false
2026-06-15T13:55:36.3959356Z   show-progress: true
2026-06-15T13:55:36.3959553Z   lfs: false
2026-06-15T13:55:36.3959743Z   submodules: false
2026-06-15T13:55:36.3959948Z   set-safe-directory: true
2026-06-15T13:55:36.3960305Z ##[endgroup]
2026-06-15T13:55:36.5841098Z Syncing repository: SaberMage/spt-core
2026-06-15T13:55:36.5842042Z ##[group]Getting Git version info
2026-06-15T13:55:36.5842433Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T13:55:36.6116967Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T13:55:36.6319849Z git version 2.43.0.windows.1
2026-06-15T13:55:36.6347445Z ##[endgroup]
2026-06-15T13:55:36.6355635Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\98632739-1e4f-4c36-b059-3845c303608d\.gitconfig'
2026-06-15T13:55:36.6370004Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\98632739-1e4f-4c36-b059-3845c303608d' before making global git config changes
2026-06-15T13:55:36.6370635Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T13:55:36.6374883Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T13:55:36.6599380Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T13:55:36.6781406Z https://github.com/SaberMage/spt-core
2026-06-15T13:55:36.6817674Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T13:55:36.6821723Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T13:55:36.7003382Z HEAD
2026-06-15T13:55:36.7238239Z ##[endgroup]
2026-06-15T13:55:36.7241704Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T13:55:37.0786501Z ##[group]Cleaning the repository
2026-06-15T13:55:37.0791494Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T13:55:47.2347893Z Removing .adapter-notify/
2026-06-15T13:55:47.2348330Z Removing target/
2026-06-15T13:55:47.2389683Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T13:55:47.2929668Z HEAD is now at f5248531 Merge 06cf6f14a13b7982a16394440a04095beb91cd43 into 1582e32ba704e7cad770a42265b5c90e044ace37
2026-06-15T13:55:47.2961339Z ##[endgroup]
2026-06-15T13:55:47.2965360Z ##[group]Disabling automatic garbage collection
2026-06-15T13:55:47.2970336Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T13:55:47.3186444Z ##[endgroup]
2026-06-15T13:55:47.3186870Z ##[group]Setting up auth
2026-06-15T13:55:47.3192948Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T13:55:47.3394938Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T13:55:47.6796425Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T13:55:47.7017948Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T13:55:48.0680420Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T13:55:48.0901680Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T13:55:48.4360667Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T13:55:48.4638263Z ##[endgroup]
2026-06-15T13:55:48.4638672Z ##[group]Fetching the repository
2026-06-15T13:55:48.4645604Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +f524853183f19f3a9c35e370a73a57404a6abf5b:refs/remotes/pull/16/merge
2026-06-15T13:55:49.7169104Z ##[endgroup]
2026-06-15T13:55:49.7169562Z ##[group]Determining the checkout info
2026-06-15T13:55:49.7169928Z ##[endgroup]
2026-06-15T13:55:49.7174982Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T13:55:49.7423562Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T13:55:49.7630562Z ##[group]Checking out the ref
2026-06-15T13:55:49.7635114Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T13:55:49.7976392Z HEAD is now at f5248531 Merge 06cf6f14a13b7982a16394440a04095beb91cd43 into 1582e32ba704e7cad770a42265b5c90e044ace37
2026-06-15T13:55:49.7997875Z ##[endgroup]
2026-06-15T13:55:49.8250935Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T13:55:49.8467206Z f524853183f19f3a9c35e370a73a57404a6abf5b
